Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Added loadURL and setProxy functionality#307

Open
true-zero wants to merge 15 commits intoasticode:masterfrom
true-zero:master
Open

Added loadURL and setProxy functionality#307
true-zero wants to merge 15 commits intoasticode:masterfrom
true-zero:master

Conversation

@true-zero
Copy link
Copy Markdown
Contributor

No description provided.

@coveralls
Copy link
Copy Markdown

coveralls commented Feb 3, 2021

Coverage Status

Coverage decreased (-2.1%) to 77.479% when pulling 1e8cb1c on true-zero:master into 6aa7218 on asticode:master.

@true-zero true-zero requested a review from asticode February 4, 2021 16:07
Username string `json:"username,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowOptions *WindowOptions `json:"windowOptions,omitempty"`
Proxy *WindowProxyOptions `json:"proxy,omitempty"`
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this field upwards so that fields are sorted alphabetically?

window.go Outdated
EventNameWindowCmdWebContentsOpenDevTools = "window.cmd.web.contents.open.dev.tools"
EventNameWindowCmdWebContentsExecuteJavaScript = "window.cmd.web.contents.execute.javascript"
EventNameWindowCmdWebContentsSetProxy = "window.cmd.web.contents.set.proxy"
EventNameWindowCmdLoadURL = "window.cmd.load.url"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this field upwards so that fields are sorted alphabetically?

window.go Outdated
EventNameWindowEventWebContentsSetProxy = "window.event.web.contents.set.proxy"
EventNameWindowEventWillNavigate = "window.event.will.navigate"
EventNameWindowEventUpdatedCustomOptions = "window.event.updated.custom.options"
EventNameWindowLoadedURL = "window.event.loaded.url"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name should be EventNameWindowEventLoadedURL (with Event in the middle)

Also could you move this field upwards so that fields are sorted alphabetically?

@asticode
Copy link
Copy Markdown
Owner

Can I close this PR or will you be working on it in the future?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants